.main .head-tree {
  margin-top: 30px;
  width: 1160px;
  padding: 0 20px;
  background-color: #f7f8fa;
  border-bottom: 1px solid #ebebeb;
}

.main .info {
  padding: 30px 20px 0px 20px;
  width: 1160px;
}

/* 左侧菜单 */
.main .info .left .meun li {
  width: 187px;
  height: 50px;
  line-height: 50px;
  padding-left: 33px;
  border-left: none;
  background-color: #fafafa;
  color: #333333;
  cursor: pointer;
}

.main .info .left .meun li:hover {
  padding-left: 28px;
  border-left: 5px solid #4293f4;
  background-color: #ecf4fe;
  color: #4293f4;
}

.main .info .left .meun .active {
  padding-left: 28px;
  border-left: 5px solid #4293f4;
  background-color: #ecf4fe;
  color: #4293f4;
}

/* 右侧查询列表 */
.main .info .right {
  width: 910px;
}

.main .info .right .indexof {
  width: 870px;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  background-color: #fafafa;
}

.main .info .right .indexof .query {
  width: 100px;
  height: 36px;
  background-color: #4293f4;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  float: right;
  margin-top: 23px;
}

.border {
  background-color: #ffffff;
  border: solid 1px #ebebeb;
}

.input-select {
  height: 36px;
  padding-left: 12px;
  font-size: 16px;
  box-sizing: border-box;
}

/* 底部翻页 */
.main .changePage {
  margin-top: 30px;
  overflow: hidden;
}

.main .changePage .pageCount {
  float: right;
}

.main .changePage .pageCount span {
  display: inline-block;
  padding: 7px 10px;
  color: #999999;
  background-color: #f5f5f5;
  cursor: pointer;
}

.main .changePage .pageCount .active {
  background-color: #edf4fd;
  color: #4293f4;;
}

.main .changePage .pageCount .select {
  color: #ffffff;
  background-color: #4293f4;
}

.news-center .list li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  padding: 0 20px;
  box-sizing: border-box;
}

.news-center .ellipsis {
  width: calc(100% - 270px);
  display: inline-block;
}

.news-center .list li:hover {
  color: #4293f4 !important;
}

.news-center .to {
  margin: 0 6px;
}

.main .changePage .color-999 {
  margin-top: 8px;
}

